messagedialog: don't use gtk_widget_override_font()
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 18 Apr 2012 17:46:39 +0000 (13:46 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 18 Apr 2012 17:46:39 +0000 (13:46 -0400)
commiteea0cb3a68e9848c04c6d49bb725fb1beb315433
tree00960ccd2b792bddcfc74d6dde3a734b09e327a6
parent8febbcaf6a049e5d62a851b76522783bdb43ec94
messagedialog: don't use gtk_widget_override_font()

Instead of overriding the font theme settings, just set the Pango
attributes we want on the label. This fixes message dialogs growing on
style_update after recent GTK+ changes.
gtk/gtkmessagedialog.c